home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Merciful 2
/
Merciful - Disc 2.iso
/
software
/
0
/
100printerdrivers.dms
/
100printerdrivers.adf
/
printers
/
Roland.1212a
/
R_1212A.Cmds
< prev
next >
Wrap
Text File
|
1991-05-08
|
4KB
|
79 lines
Commands implemented in the Roland.1212A printer driver:
Command Code Description
aRIS ESCc reset
aRIN ESC#1 initialize
aIND ESCD lf(linefeed)
aNEL ESCE return,lf
aRI ESCM reverse lf
aSGR0 ESC[0m normal char set
aSGR3 ESC[3m italics on
aSGR23 ESC[23m italics off
aSGR4 ESC[4m underline on
aSGR24 ESC[24m underline off
aSGR1 ESC[1m boldface on
aSGR22 ESC[22m boldface off
aSHORP0 ESC[0w normal pitch(pica)
aSHORP2 ESC[2w elite on
aSHORP1 ESC[1w elite off
aSHORP4 ESC[4w condensed fine on
aSHORP3 ESC[3w condensed off
aSHORP6 ESC[6w enlarged on
aSHORP5 ESC[5w enlarged off
aDEN4 ESC[4"z doublestrike on
aDEN3 ESC[3"z doublestrike off
aDEN2 ESC[2"z NLQ on
aDEN1 ESC[1"z NLQ off
aSUS2 ESC[2v superscript on
aSUS1 ESC[1v superscript off
aSUS4 ESC[4v subscript on
aSUS3 ESC[3v subscript off
aSUS0 ESC[0v normalize the line
aPLU ESCL partial line up
aPLD ESCK partial line down
aFNT0 ESC(B US char set
aFNT1 ESC(R French char set
aFNT2 ESC(K German char set
aFNT3 ESC(A UK char set
aFNT4 ESC(E Danish I char set
aFNT5 ESC(H Sweden char set
aFNT6 ESC(Y Italian char set
aFNT7 ESC(Z Spanish char set
aFNT8 ESC(J Japanese char set
aFNT9 ESC(6 Norweign char set
aFNT10 ESC(C Danish II char set
aPROP2 ESC[2p proportional on
aPROP1 ESC[1p proportional off
aVERP0 ESC[0z 1/8" line spacing
aVERP1 ESC[1z 1/6" line spacing
aSLPP ESC[nt set form length n
aPERF ESC[nq perf skip n (n>0)
aPERF0 ESC[0q perf skip off
aLMS ESC#9 Left margin set
aRMS ESC#0 Right margin set
aSLRM ESC[n1;n2s L&R margin
aCAM ESC#3 Clear margins
aHTS ESCH Set horiz tab
aVTS ESCJ Set vertical tabs
aTBC3 ESC[3g Clear all h tab
aTBC4 ESC[4g Clr all v tabs
aTBCALL ESC#4 Clr all h & v tabs
aEXTEND ESC[n"x extended commands
Wherever an "n", "n1" or "n2" occurs in a printer code it is to be
replaced by a ASCII string from 1 to 255.
NOTE: The "ESC" on each codes sequence denotes the non printable
escape character ASCII 27.